Home
last modified time | relevance | path

Searched refs:BeforeThanCompare (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DRawCommentList.h165 class BeforeThanCompare<RawComment> {
169 explicit BeforeThanCompare(const SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DSourceManager.h1654 class BeforeThanCompare; variable
1658 class BeforeThanCompare<SourceLocation> {
1662 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function
1671 class BeforeThanCompare<SourceRange> {
1675 explicit BeforeThanCompare(SourceManager &SM) : SM(SM) { } in BeforeThanCompare() function
DSourceLocation.h324 struct BeforeThanCompare : public std::binary_function<FullSourceLoc, struct
/freebsd-9-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
DTransEmptyStatementsAndDealloc.cpp48 BeforeThanCompare<SourceLocation>(SM)); in isEmptyARCMTMacroStatement()
DTransformActions.cpp107 typedef std::map<FullSourceLoc, TextsVec, FullSourceLoc::BeforeThanCompare>
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaType.cpp3152 BeforeThanCompare<SourceLocation>(S.getSourceManager())); in GetFullTypeForDeclarator()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp161 BeforeThanCompare<RawComment> Compare(SourceMgr); in getRawCommentForDeclNoCache()