Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteOptions.h40 unsigned LoadExternal : 1; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4082 LookupVisibleHelper(VisibleDeclConsumer & Consumer,bool IncludeDependentBases,bool LoadExternal) LookupVisibleHelper() argument
4408 bool LoadExternal; global() member in __anon58ef0f811711::LookupVisibleHelper
4414 LookupVisibleDecls(Scope * S,LookupNameKind Kind,VisibleDeclConsumer & Consumer,bool IncludeGlobalScope,bool LoadExternal) LookupVisibleDecls() argument
4423 LookupVisibleDecls(DeclContext * Ctx,LookupNameKind Kind,VisibleDeclConsumer & Consumer,bool IncludeGlobalScope,bool IncludeDependentBases,bool LoadExternal) LookupVisibleDecls() argument
[all...]
H A DSemaCodeComplete.cpp4191 AddMacroResults(Preprocessor & PP,ResultBuilder & Results,bool LoadExternal,bool IncludeUndefined,bool TargetTypeIsPointer=false) AddMacroResults() argument