Home
last modified time | relevance | path

Searched refs:SeenName (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp991 StringRef SeenName = llvm::omp::getOpenMPContextTraitPropertyName( in checkExtensionProperty() local
993 SourceLocation SeenLoc = Seen[SeenName]; in checkExtensionProperty()
995 << CONTEXT_TRAIT_LVL << SeenName; in checkExtensionProperty()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp3880 bool SeenName = false; in calculateFormattingInformation() local
3887 SeenName = true; in calculateFormattingInformation()
3896 SeenName = true; in calculateFormattingInformation()
3920 if (IsCpp && SeenName && AfterLastAttribute && in calculateFormattingInformation()