Home
last modified time | relevance | path

Searched defs:AtEnd (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/unittests/Utility/
H A DAnsiTerminalTest.cpp21 TEST(AnsiTerminal,AtEnd) TEST() argument
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h411 bool AtEnd; global() variable
[all...]
/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp263 Replacement AtEnd(R.getFilePath(), R.getOffset() + R.getLength(), 0, ""); in add() local
/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1868 DefaultSynthesizeProperties(Scope * S,ObjCImplDecl * IMPDecl,ObjCInterfaceDecl * IDecl,SourceLocation AtEnd) DefaultSynthesizeProperties() argument
1962 DefaultSynthesizeProperties(Scope * S,Decl * D,SourceLocation AtEnd) DefaultSynthesizeProperties() argument
H A DSemaDeclObjC.cpp3983 assert(AtEnd.isValid() && "Invalid location for '@end'"); in ActOnAtEnd() argument
/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp648 SourceRange AtEnd; ParseObjCInterfaceDeclList() local
2319 finish(SourceRange AtEnd) finish() argument
/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h953 SourceRange AtEnd; variable