Home
last modified time | relevance | path

Searched defs:getPrefix (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DNestedNameSpecifier.h169 NestedNameSpecifier *getPrefix() const { return Prefix.getPointer(); } in getPrefix() function
327 NestedNameSpecifierLoc getPrefix() const { in getPrefix() function
/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp102 std::optional<std::string> getPrefix(StringRef Argv0) { getPrefix() function
/llvm-project/llvm/include/llvm/Option/
H A DOption.h129 StringRef getPrefix() const { getPrefix() function
/llvm-project/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h203 StringRef getPrefix() const { return Def->getValueAsString("prefix"); } getPrefix() function
/llvm-project/mlir/lib/TableGen/
H A DPredicate.cpp372 StringRef ConcatPred::getPrefix() const { getPrefix() function in ConcatPred
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h341 ENamePrefix getPrefix() const { return FKind; } in getPrefix() function
383 ENamePrefix getPrefix() const { return Impl->getPrefix(); } in getPrefix() function
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DIdentifierNamingCheck.cpp515 std::string IdentifierNamingCheck::HungarianNotation::getPrefix( in getPrefix() function in clang::tidy::readability::IdentifierNamingCheck::HungarianNotation
/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h175 unsigned getPrefix() const { in getPrefix() function