Home
last modified time | relevance | path

Searched defs:LexicalParent (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h27 LexicalParent = 1 << 1, enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp20 DeclContext *LexicalParent = getCurLexicalContext(); ActOnStartHLSLBuffer() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5567 Create(ASTContext & C,DeclContext * LexicalParent,bool CBuffer,SourceLocation KwLoc,IdentifierInfo * ID,SourceLocation IDLoc,SourceLocation LBrace) Create() argument